runtime.inlineFrame.valid (method)

7 uses

	runtime (current package)
		mprof.go#L598: 			for ; uf.valid(); uf = u.next(uf) {
		symtab.go#L149: 			for unext := u.next(uf); unext.valid() && len(ci.callers) > 0 && ci.callers[0] != unext.pc+1; unext = u.next(unext) {
		symtab.go#L276: 	for ; uf.valid(); uf = u.next(uf) {
		symtabinl.go#L86: func (uf inlineFrame) valid() bool {
		traceback.go#L628: 		for iu, uf := newInlineUnwinder(f, u.symPC()); n < len(pcBuf) && uf.valid(); uf = iu.next(uf) {
		traceback.go#L970: 		for iu, uf := newInlineUnwinder(f, u.symPC()); uf.valid(); uf = iu.next(uf) {
		tracestack.go#L319: 		for ; uf.valid(); uf = u.next(uf) {